Remove debug junk.
authorrobertl <robertl>
Sat, 2 Sep 2006 21:15:00 +0000 (21:15 +0000)
committerrobertl <robertl>
Sat, 2 Sep 2006 21:15:00 +0000 (21:15 +0000)
magproto.c

index cee523c5bc4d6e305857e612461230146e2b8be2..ce71e3ba15959fdb08c855fcbe3a8d336f07fa9e 100644 (file)
@@ -530,7 +530,6 @@ static int
 terminit(const char *portname, int create_ok) 
 {
        if (gbser_is_serial(portname)) {
-fprintf(stderr, "ser is Is serial\n");
                if (serial_handle = gbser_init(portname), NULL != serial_handle) {
                        int rc;
                        if (rc = gbser_set_port(serial_handle, bitrate, 8, 0, 1), gbser_OK != rc) {